home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / handscan.arc / MARS128.DOC < prev    next >
Text File  |  1990-06-26  |  839b  |  30 lines

  1.                 MARS128.DOC
  2.  
  3.     The MARS128.SYS is a driver for MarsTek's 128 hand scanner.
  4.  
  5.     This driver has only two options:
  6.  
  7.     /Cn    Where n = DMA channel 1 or 3
  8.  
  9.     /Hhhh    Where hhh = a 3 digit hexadecimal port address.
  10.         The MarsTek 128 card can use port addresses:
  11.             100H, 200H or 300H.
  12.         
  13.  
  14.         Example CONFIG.SYS entry:
  15.             DEVICE=MARS128.SYS /C3
  16.  
  17.     The driver is setup for the Marstek 128 and DMA channel 3.
  18.  
  19.     This Marstek handscanner does not support interrupts, therefore 
  20.     to obtain the best performance, MARS128.SYS requires EMS.
  21.  
  22.     Paint Brush may save buffers to the hard disk during the scan. 
  23.     When the disk is accessed, scanlines can be lost, resulting in gaps 
  24.     in the image. The entire scan may be scanned to Expanded Memory and 
  25.     then read back as required, greatly reducing the chance of losing 
  26.     scanlines.
  27.  
  28.  
  29.  
  30.